ExistsIn<TK, TV>(Entity<TK, TV>, IDiffstore<TK, TV>)

Method

Namespace: Diffstore

Declared in: Diffstore.EntityExtensions


Checks if this entity exists in the specified storage.

Syntax

public static bool ExistsIn<TK, TV>(
	Entity<TK, TV> entity,
	IDiffstore<TK, TV> db
)

Parameters

db

Storage to be checked.


Back to index